{ "version": 4, "terraform_version": "1.5.0", "serial": 519, "lineage": "f199731e-0db9-60c1-42af-659791ccee2d", "outputs": { "db_endpoint": { "value": "db-3.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-b38e5a195098cbf15", "ami": "ami-9dc13e2d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-143ef1e6"], "subnet_id": "subnet-57ae2dbf", "key_name": "prod-deploy-key" } } ] } ] }