{ "version": 4, "terraform_version": "1.8.0", "serial": 353, "lineage": "9934dadc-0e15-ec38-c81f-d6b37475ccc6", "outputs": { "db_endpoint": { "value": "db-1.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-fa2f55afe7e0465dd", "ami": "ami-cc0a72ea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-52b3cc46"], "subnet_id": "subnet-cb5fbad7", "key_name": "prod-deploy-key" } } ] } ] }