{ "version": 4, "terraform_version": "1.7.8", "serial": 409, "lineage": "fe6f7066-1f9a-c3b4-a570-ce0a6f74e9ff", "outputs": { "db_endpoint": { "value": "db-0.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-b370e451d918ece8f", "ami": "ami-f35c47c6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38e015ee"], "subnet_id": "subnet-c0dfa97a", "key_name": "prod-deploy-key" } } ] } ] }