{ "version": 4, "terraform_version": "1.7.2", "serial": 541, "lineage": "3a2aae35-1516-557d-c0de-2bdf811e31cb", "outputs": { "db_endpoint": { "value": "db-3.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-7361c7baf1b5247ee", "ami": "ami-a17713ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-790e35f2"], "subnet_id": "subnet-c0a89018", "key_name": "prod-deploy-key" } } ] } ] }