{ "version": 4, "terraform_version": "1.6.2", "serial": 462, "lineage": "dbc190d3-e2d2-1501-23af-51c013fd4049", "outputs": { "db_endpoint": { "value": "db-3.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-1ece2c57274dfa21d", "ami": "ami-ac20b912", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ffa89f8e"], "subnet_id": "subnet-7895dd2a", "key_name": "prod-deploy-key" } } ] } ] }