{ "version": 4, "terraform_version": "1.6.7", "serial": 248, "lineage": "a8e0827b-c8c6-2901-ce2e-d2cf62d14058", "outputs": { "db_endpoint": { "value": "db-4.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-166b5e473c52b91dd", "ami": "ami-d50d4313", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3cc0b08a"], "subnet_id": "subnet-31e85b50", "key_name": "prod-deploy-key" } } ] } ] }