{ "version": 4, "terraform_version": "1.6.8", "serial": 458, "lineage": "3a00daff-0cd5-81fa-1063-31990d34e14c", "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-6558b80f227660b9a", "ami": "ami-326777d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47a53b6d"], "subnet_id": "subnet-54a9e5ea", "key_name": "prod-deploy-key" } } ] } ] }