{ "version": 4, "terraform_version": "1.5.0", "serial": 135, "lineage": "dcac5ad9-d23b-ebb8-6bac-043cdf0ccfb9", "outputs": { "db_endpoint": { "value": "db-4.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-aeffa733f51cbf790", "ami": "ami-dfa64f81", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-151b5efe"], "subnet_id": "subnet-d1f0672e", "key_name": "prod-deploy-key" } } ] } ] }