{ "version": 4, "terraform_version": "1.8.0", "serial": 548, "lineage": "c03694a5-f5e0-68bf-2a56-3d6bfcfd23b5", "outputs": { "db_endpoint": { "value": "db-1.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-6c4dd223665c72de4", "ami": "ami-2806890b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1c5108c8"], "subnet_id": "subnet-4e03a4f6", "key_name": "prod-deploy-key" } } ] } ] }