{ "version": 4, "terraform_version": "1.6.7", "serial": 196, "lineage": "94da9beb-f9c6-737a-9689-6a712882a6c8", "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-93b3f3c9abaef8043", "ami": "ami-739964bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3df49cbe"], "subnet_id": "subnet-d3dc08b3", "key_name": "prod-deploy-key" } } ] } ] }