{ "version": 4, "terraform_version": "1.5.0", "serial": 527, "lineage": "2e08aec0-dff4-13f8-008d-bfaca718305d", "outputs": { "db_endpoint": { "value": "db-3.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-a5b0586ec4d076945", "ami": "ami-2804039c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-28ceec71"], "subnet_id": "subnet-fb219104", "key_name": "prod-deploy-key" } } ] } ] }