{ "version": 4, "terraform_version": "1.7.3", "serial": 501, "lineage": "c05f8ab7-c3c1-98ad-a6ce-171e8ff64055", "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-4e2cab666b00c2523", "ami": "ami-43d832c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc3624f6"], "subnet_id": "subnet-60fb36eb", "key_name": "prod-deploy-key" } } ] } ] }