{ "version": 4, "terraform_version": "1.6.3", "serial": 382, "lineage": "acdb9ccc-3aa8-d8a8-8559-1e0379a4d683", "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-6ef7eb2758226653d", "ami": "ami-13ea29a6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f3f10a91"], "subnet_id": "subnet-ddc25c36", "key_name": "prod-deploy-key" } } ] } ] }