{ "version": 4, "terraform_version": "1.5.5", "serial": 385, "lineage": "76244682-ec2b-08fa-ec2a-e2f6eb298cd0", "outputs": { "db_endpoint": { "value": "db-0.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-cc61ca9206b54af50", "ami": "ami-07962ddc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8f9f545"], "subnet_id": "subnet-352b6b4b", "key_name": "prod-deploy-key" } } ] } ] }