{ "version": 4, "terraform_version": "1.8.0", "serial": 515, "lineage": "bd351697-b85d-9e99-24e5-15431ecc9ac9", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-115b340e3bd69e3a7", "ami": "ami-3e688716", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-90087df0"], "subnet_id": "subnet-89fcf9bc", "key_name": "prod-deploy-key" } } ] } ] }