{ "version": 4, "terraform_version": "1.7.3", "serial": 248, "lineage": "de070082-99b2-5fcd-d666-482954164ced", "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-fc107e7c84e4a6aed", "ami": "ami-19061418", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b9b0afcd"], "subnet_id": "subnet-5140fbde", "key_name": "prod-deploy-key" } } ] } ] }