{ "version": 4, "terraform_version": "1.6.6", "serial": 394, "lineage": "c6d77488-270f-39e6-cfb3-508a8145ea31", "outputs": { "db_endpoint": { "value": "db-0.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-cbfa5b971e3bcfb84", "ami": "ami-48604163", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-beec96fe"], "subnet_id": "subnet-1f1549ee", "key_name": "prod-deploy-key" } } ] } ] }