{ "version": 4, "terraform_version": "1.7.3", "serial": 176, "lineage": "9cab51df-a70c-f20f-1e37-9bb96150f43c", "outputs": { "db_endpoint": { "value": "db-2.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-67f839264a725bcf0", "ami": "ami-dd92c252", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d0ecd5e1"], "subnet_id": "subnet-4cb795d5", "key_name": "prod-deploy-key" } } ] } ] }