{ "version": 4, "terraform_version": "1.6.4", "serial": 299, "lineage": "6bfe91ad-7de3-079c-5aa7-9b58fd200944", "outputs": { "db_endpoint": { "value": "db-4.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-a1d31e7e5ad3afc12", "ami": "ami-71e0a4f7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4ebdef69"], "subnet_id": "subnet-e52b7503", "key_name": "prod-deploy-key" } } ] } ] }