{ "version": 4, "terraform_version": "1.8.6", "serial": 448, "lineage": "29ff1f58-c3aa-3eb0-42e5-a3be00f08005", "outputs": { "db_endpoint": { "value": "db-3.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-0f91c4c17498a9a91", "ami": "ami-c1898874", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-44fb5403"], "subnet_id": "subnet-548b6f11", "key_name": "prod-deploy-key" } } ] } ] }