{ "version": 4, "terraform_version": "1.5.0", "serial": 270, "lineage": "d3388888-97c6-df9f-f4f2-e79d9bc961e0", "outputs": { "db_endpoint": { "value": "db-2.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-87bbe8874a43b8bee", "ami": "ami-b0c5441f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1deeace3"], "subnet_id": "subnet-1de3f0c6", "key_name": "prod-deploy-key" } } ] } ] }