{ "version": 4, "terraform_version": "1.5.4", "serial": 255, "lineage": "73417dd9-fbd1-0edc-1742-b1962f0b0f56", "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-09e14c439e6a8e638", "ami": "ami-aa8d0660", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fbe18bfe"], "subnet_id": "subnet-bca108d4", "key_name": "prod-deploy-key" } } ] } ] }