{ "version": 4, "terraform_version": "1.5.3", "serial": 590, "lineage": "168b86da-f370-6011-886f-66c5debc973e", "outputs": { "db_endpoint": { "value": "db-0.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-aa98c8902f532afc4", "ami": "ami-e17c18ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f9e03f74"], "subnet_id": "subnet-2a0165cf", "key_name": "prod-deploy-key" } } ] } ] }