{ "version": 4, "terraform_version": "1.8.6", "serial": 424, "lineage": "36f2bc76-70b7-c6c6-f2ad-377ede4d79f3", "outputs": { "db_endpoint": { "value": "db-2.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-29db205e87bebdfd7", "ami": "ami-94138c9a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1ce9d848"], "subnet_id": "subnet-89a8e7e1", "key_name": "prod-deploy-key" } } ] } ] }