{ "version": 4, "terraform_version": "1.5.3", "serial": 542, "lineage": "2a1f9f8a-7bd6-aa9a-35aa-bfe0c57232e5", "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-966ea44597bb28d6b", "ami": "ami-d2ad68cd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06054c5d"], "subnet_id": "subnet-f8279701", "key_name": "prod-deploy-key" } } ] } ] }