{ "version": 4, "terraform_version": "1.8.1", "serial": 292, "lineage": "8c67a071-8a67-5aec-230c-d848663bcdcd", "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-10b0ff2a68e3b337a", "ami": "ami-8356fc0f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb0b753a"], "subnet_id": "subnet-8b2d6b6e", "key_name": "prod-deploy-key" } } ] } ] }