{ "version": 4, "terraform_version": "1.8.2", "serial": 574, "lineage": "78165d4f-9af6-8f1b-a8b5-2da84f7f8564", "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-9a11dc15a6d944bf5", "ami": "ami-1990c7c3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a78a5063"], "subnet_id": "subnet-c0c18678", "key_name": "prod-deploy-key" } } ] } ] }