{ "version": 4, "terraform_version": "1.6.1", "serial": 576, "lineage": "1d82bbda-000a-89b4-f7e5-70826129e038", "outputs": { "db_endpoint": { "value": "db-3.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-afa2d197d93264571", "ami": "ami-ba303bf7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1af06ba7"], "subnet_id": "subnet-b5bdf389", "key_name": "prod-deploy-key" } } ] } ] }