{ "version": 4, "terraform_version": "1.8.4", "serial": 549, "lineage": "786f6869-3e65-eb33-e33a-f00e9e8de65d", "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-a8a3d33d17a80585e", "ami": "ami-4d1daac2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-851ff463"], "subnet_id": "subnet-c6dfe092", "key_name": "prod-deploy-key" } } ] } ] }