{ "version": 4, "terraform_version": "1.7.1", "serial": 524, "lineage": "27cb0aa3-1d94-af9f-4b69-798d93bd7b3e", "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-0475f2ad25e4c157a", "ami": "ami-73b9f24b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-94ac84f7"], "subnet_id": "subnet-d85d2fd6", "key_name": "prod-deploy-key" } } ] } ] }