{ "version": 4, "terraform_version": "1.5.9", "serial": 356, "lineage": "98f5ec5d-bb71-ef19-8694-5c098c059390", "outputs": { "db_endpoint": { "value": "db-3.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-6560acf7b481dafec", "ami": "ami-dfa436f7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c64cc900"], "subnet_id": "subnet-b0d7b6be", "key_name": "prod-deploy-key" } } ] } ] }