{ "version": 4, "terraform_version": "1.8.9", "serial": 151, "lineage": "216ce97d-1021-d1df-d000-1b72cf81ba79", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-9c53d918885d68a42", "ami": "ami-22650562", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a6572954"], "subnet_id": "subnet-48c5d7da", "key_name": "prod-deploy-key" } } ] } ] }