{ "version": 4, "terraform_version": "1.5.3", "serial": 532, "lineage": "a2d2b07c-e715-a6fc-699c-464c46106099", "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-401599cd4183576e7", "ami": "ami-fba7345d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-86544040"], "subnet_id": "subnet-2680c669", "key_name": "prod-deploy-key" } } ] } ] }