{ "version": 4, "terraform_version": "1.7.1", "serial": 561, "lineage": "2cc5e914-b76b-ae65-cb03-eeca559db4df", "outputs": { "db_endpoint": { "value": "db-3.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-f460e0dabe24dfa4b", "ami": "ami-b3c2a46d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e07a50ba"], "subnet_id": "subnet-60963807", "key_name": "prod-deploy-key" } } ] } ] }