{ "version": 4, "terraform_version": "1.8.5", "serial": 196, "lineage": "21e9338a-b4ae-3680-5898-637ce016edd2", "outputs": { "db_endpoint": { "value": "db-1.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-224aa2cd503f64c82", "ami": "ami-95c9fa11", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-519e8b5c"], "subnet_id": "subnet-c0aaf32e", "key_name": "prod-deploy-key" } } ] } ] }