{ "version": 4, "terraform_version": "1.6.7", "serial": 190, "lineage": "4d4328f0-b6f5-fa53-dff6-1e80ce55f7bc", "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-dc331c2d76db9e5bb", "ami": "ami-dafcc7ca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ee9ec7aa"], "subnet_id": "subnet-159cbad8", "key_name": "prod-deploy-key" } } ] } ] }