{ "version": 4, "terraform_version": "1.8.7", "serial": 591, "lineage": "98cc3cf2-4e29-07ad-0592-5669b3282531", "outputs": { "db_endpoint": { "value": "db-4.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-b4cf11c6216183d1d", "ami": "ami-51213afe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0195f557"], "subnet_id": "subnet-e5378d72", "key_name": "prod-deploy-key" } } ] } ] }