{ "version": 4, "terraform_version": "1.8.3", "serial": 102, "lineage": "751ff746-757c-6906-416c-acaaac280f88", "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-54dd6f52bb810a238", "ami": "ami-6e031057", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1cf91601"], "subnet_id": "subnet-5714b2c2", "key_name": "prod-deploy-key" } } ] } ] }