{ "version": 4, "terraform_version": "1.8.7", "serial": 323, "lineage": "3319c333-6f44-53ea-04fd-648b630f56d2", "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-44956b47a53f2447a", "ami": "ami-779adaef", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9e59f147"], "subnet_id": "subnet-60eee6b5", "key_name": "prod-deploy-key" } } ] } ] }