{ "version": 4, "terraform_version": "1.5.6", "serial": 167, "lineage": "c50f7333-0b31-dcf0-b5be-f47fa055dea9", "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-a6bb42f1cbdaa2b97", "ami": "ami-240a2c1f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c557899e"], "subnet_id": "subnet-5d4c36be", "key_name": "prod-deploy-key" } } ] } ] }