{ "version": 4, "terraform_version": "1.6.4", "serial": 346, "lineage": "f8d83a9f-839c-1ffb-af03-670120c41934", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-b383be87b17bf119c", "ami": "ami-ff91faf9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc093688"], "subnet_id": "subnet-85f4755b", "key_name": "prod-deploy-key" } } ] } ] }