{ "version": 4, "terraform_version": "1.5.7", "serial": 396, "lineage": "7bab5d02-9c43-e502-4113-b121791e8db3", "outputs": { "db_endpoint": { "value": "db-2.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-90d36e1a3d692b01a", "ami": "ami-710fa589", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-63061ed0"], "subnet_id": "subnet-08ac9f14", "key_name": "prod-deploy-key" } } ] } ] }