{ "version": 4, "terraform_version": "1.6.7", "serial": 311, "lineage": "dac3e0a1-ed0c-3d9f-8aab-dd4fc436adee", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-4c6dd6d918ab4bd0c", "ami": "ami-02b5ef3a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-59b4bf2c"], "subnet_id": "subnet-0322b096", "key_name": "prod-deploy-key" } } ] } ] }