{ "version": 4, "terraform_version": "1.7.9", "serial": 399, "lineage": "589ee744-ba03-b95f-bda3-6fffbc6b295a", "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-b09645cc3d139c27c", "ami": "ami-0d75c33f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-348d8f37"], "subnet_id": "subnet-450d25c0", "key_name": "prod-deploy-key" } } ] } ] }