{ "version": 4, "terraform_version": "1.6.8", "serial": 234, "lineage": "6b07a825-9327-dcfc-4064-1cf66c316a3a", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-567a29ab4deecd723", "ami": "ami-efd4e105", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a32a8c90"], "subnet_id": "subnet-08f2e0bb", "key_name": "prod-deploy-key" } } ] } ] }