{ "version": 4, "terraform_version": "1.8.3", "serial": 179, "lineage": "78d9e396-0218-b436-5b82-04e43918fac4", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-d772a77f8d3c23a55", "ami": "ami-4bb68cec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c4bc3332"], "subnet_id": "subnet-e70dfe07", "key_name": "prod-deploy-key" } } ] } ] }