{ "version": 4, "terraform_version": "1.6.6", "serial": 126, "lineage": "9bcbca32-1256-e6b9-ba91-6614b730e49b", "outputs": { "db_endpoint": { "value": "db-2.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-69cf870566cce9ab3", "ami": "ami-4717963b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a2a53fe3"], "subnet_id": "subnet-0ede9c87", "key_name": "prod-deploy-key" } } ] } ] }