{ "version": 4, "terraform_version": "1.6.9", "serial": 266, "lineage": "3dd28ff8-e049-06ba-bfeb-0b93ac39cfcb", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bff41746bea99b6dd", "ami": "ami-657911c3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d465e43"], "subnet_id": "subnet-f6415fe7", "key_name": "prod-deploy-key" } } ] } ] }