{ "version": 4, "terraform_version": "1.6.6", "serial": 161, "lineage": "6af4640b-24b2-60f6-608c-60e5e7d3d7b4", "outputs": { "db_endpoint": { "value": "db-1.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-df18cdf4bc20a8d93", "ami": "ami-61ca1fa5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-614a54c3"], "subnet_id": "subnet-d345d89d", "key_name": "prod-deploy-key" } } ] } ] }