{ "version": 4, "terraform_version": "1.8.7", "serial": 331, "lineage": "cdb14ab9-f410-6247-220b-e17af0544151", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b1daccdfaa381c0e5", "ami": "ami-b7b7efcf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1f8d039d"], "subnet_id": "subnet-5b0be000", "key_name": "prod-deploy-key" } } ] } ] }