{ "version": 4, "terraform_version": "1.8.0", "serial": 411, "lineage": "0b73fd4c-fe73-d773-ab0c-5df6d49a07f6", "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-23ac349717be07462", "ami": "ami-15d44157", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2ca08f06"], "subnet_id": "subnet-fd507ad8", "key_name": "prod-deploy-key" } } ] } ] }