{ "version": 4, "terraform_version": "1.5.7", "serial": 589, "lineage": "1dba29e0-2e1e-3197-9b2a-c236c77e32af", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1d33a3a4c4c53bfb2", "ami": "ami-815bc201", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-23e1d996"], "subnet_id": "subnet-420c7ba5", "key_name": "prod-deploy-key" } } ] } ] }