{ "version": 4, "terraform_version": "1.7.1", "serial": 344, "lineage": "6391e1cf-b38a-d9a1-2d83-7384a7b953e2", "outputs": { "db_endpoint": { "value": "db-1.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-a50b1b208406d90a0", "ami": "ami-8c0c105b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4a869166"], "subnet_id": "subnet-077b9697", "key_name": "prod-deploy-key" } } ] } ] }