{ "version": 4, "terraform_version": "1.7.9", "serial": 568, "lineage": "88722cf5-e130-d2c9-850b-0028a0366119", "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-d89b1857fe5b85920", "ami": "ami-25d35048", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0f3c9a44"], "subnet_id": "subnet-31d604a1", "key_name": "prod-deploy-key" } } ] } ] }