{ "version": 4, "terraform_version": "1.6.5", "serial": 470, "lineage": "b65e4459-95c6-36d3-6b63-9dd769e0305c", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2bb3945e5a22a0338", "ami": "ami-bbd06216", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-08cde43e"], "subnet_id": "subnet-fd6926fd", "key_name": "prod-deploy-key" } } ] } ] }