{ "version": 4, "terraform_version": "1.5.8", "serial": 530, "lineage": "db8f6503-ff91-32f1-8980-4e545e7ceb45", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-2de1637386485919a", "ami": "ami-9f07f080", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b7d91d0e"], "subnet_id": "subnet-c2c1c864", "key_name": "prod-deploy-key" } } ] } ] }