{ "version": 4, "terraform_version": "1.6.3", "serial": 464, "lineage": "e32f151e-18d7-e710-4db3-7bc656cf0ee3", "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-1b4a36425307b9b0d", "ami": "ami-c185bce0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3638bf59"], "subnet_id": "subnet-1dfce823", "key_name": "prod-deploy-key" } } ] } ] }