{ "version": 4, "terraform_version": "1.8.3", "serial": 512, "lineage": "f9913ecb-dbf1-482d-69d1-ca28af0c95be", "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-9af95096df4f52d2a", "ami": "ami-5aabd1eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-844cd895"], "subnet_id": "subnet-fb98bd4b", "key_name": "prod-deploy-key" } } ] } ] }