{ "version": 4, "terraform_version": "1.7.7", "serial": 256, "lineage": "63035442-6477-16a6-9e46-c9bba9ca8210", "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-6a03b6c01047a3cca", "ami": "ami-e8bd0c62", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ed888aaa"], "subnet_id": "subnet-66f0c032", "key_name": "prod-deploy-key" } } ] } ] }