{ "version": 4, "terraform_version": "1.7.7", "serial": 200, "lineage": "4a973733-ce92-9929-7bf7-f667e15eabd2", "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-4d4a4f3d6743c9bbc", "ami": "ami-441dc84c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ab86f20a"], "subnet_id": "subnet-aea20576", "key_name": "prod-deploy-key" } } ] } ] }